-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix get_classes_modifying_slot #254
Conversation
I almost have this... just need to fix one more thing. |
I updated the poetry.lock file (to what main was using) and fixed the get_classes_modifying_slot function now. I'm still getting a test failure on my system and we have this failure here. I may need a little help tracking this down; I think we're failing in a file I didn't touch. |
When I do
I don't think this is complaining about anything that I touched but I'm not sure how to solve this. Separately, we're seeing a crash of the windows-latest test environment and I'm not clear why it is failing. I tried a rebase on linkml-runtime main and it says I'm up-to-date. Let me know what you think. |
@pkalita-lbl @dalito any ideas? |
I tried just checking out the repo and doing a |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #254 +/- ##
==========================================
+ Coverage 63.54% 63.91% +0.37%
==========================================
Files 53 53
Lines 6117 6236 +119
Branches 1650 1692 +42
==========================================
+ Hits 3887 3986 +99
+ Misses 1774 1769 -5
- Partials 456 481 +25
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I've pinned the Poetry version to 1.3.2 in the test workflow and that seems to have resolved the Windows test failures. I think it's not a bad practice in general to pin versions of anything used in a build/test/publish workflows in order to make it as reproducible as possible. But we should keep an eye on that issue to see when we might be able to bump the pinned version up to 1.4.x. |
Use slot name to check for classes modifying slot.